DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IndexQuery<T> Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (IndexQuery<T>)
    In This Topic
    Returns an enumerator that iterates through the IndexQuery<T>.
    Syntax
    'Declaration
     
    Public MustOverride Function GetEnumerator() As IEnumerator(Of T)
    public abstract IEnumerator<T> GetEnumerator()
    See Also